home *** CD-ROM | disk | FTP | other *** search
/ comtecelectrical.ca / www.comtecelectrical.ca.tar / www.comtecelectrical.ca / infobots / Backup / MSOCache / All Users / 90000409-6000-11D3-8CFE-0150048383C9 / YS561405.CAB / F932_speech.chm.0880F209_45FA_42C5_92AE_5E620033E8EC / basicie4.css < prev    next >
Cascading Style Sheet File  |  2002-11-22  |  4KB  |  179 lines

  1. /* Style sheet optimized for IE4x
  2.  
  3. changes:
  4. moved formatting for pre to code
  5.  
  6. */
  7.  
  8. body
  9.         { text: #000000;
  10.         background: #FFFFFF;      
  11.         font-size: 70%;            
  12.         font-family: Verdana, Arial, Helvetica, Sans Serif }
  13.  
  14. /* all link colors match the IE4+ default colors */
  15. a:link
  16.         { color: #0000FF; }
  17.     
  18. a:visited
  19.         { color: #800080; }
  20.  
  21. a:active
  22.         { color: #FF0000; }
  23.  
  24. a:hover
  25.         { color: #FF0000; }
  26.  
  27. h1
  28.         { font-size: 140%; 
  29.         margin-bottom: .5em; }
  30.  
  31. h2
  32.         { font-size: 130%;  
  33.         margin-top: 1.5em;
  34.         margin-bottom: .5em; }
  35.  
  36. h3
  37.         { font-size: 120%; 
  38.         margin-top: 1.2em;  
  39.         margin-bottom: .5em; }
  40.  
  41. h4
  42.         { font-size: 110%; 
  43.         margin-top: 1.2em;  
  44.         margin-bottom: .5em; }
  45.  
  46. h5
  47.         { font-size: 100%; 
  48.         margin-top: 1.2em;  
  49.         margin-bottom: .5em; }
  50.  
  51. p
  52.         { margin-top: .6em; 
  53.         margin-bottom: .6em; }
  54.  
  55. p.proclabel
  56.         { font-size: 100%; 
  57.         font-weight: bold; }
  58.             
  59. ol
  60.         { margin-top: .5em; 
  61.         margin-bottom: 0em; 
  62.         margin-left: 2em }
  63.     
  64. ul
  65.         { margin-top: .6em;     
  66.         margin-bottom: 0em;
  67.         margin-left: 1.5em; 
  68.         list-style-type: disc; }
  69.  
  70. li
  71.         { margin-bottom: .7em;
  72.         margin-left: 0em; }
  73.  
  74. dd
  75.         { margin-bottom: 0em; 
  76.         margin-left: 1.5em; } 
  77.  
  78.  
  79. /* for defined terms, follow the "Document Conventions" listing in the Microsoft Manual of Style: */
  80.  
  81. /* Keywords, functions, and anything else the user must enter exactly as shown are bold
  82. --add "font-weight: bold;" to the dt tag */
  83. /* Variables, book titles, and placeholders the user must provide are italic
  84. --add "font-style: italic;" to the dt tag */
  85. /* pre-defined arguments are bold and italic
  86. --add "font-weight: bold;" and "font-style: italic;" to the dt tag */
  87. dt
  88.         { margin-top: 2em; }
  89.  
  90. pre
  91.         {
  92.         margin-top: 0em;
  93.         margin-bottom: 1.5em;
  94.         font-family: Courier New; 
  95.         font-size: 115%;
  96.         background-color:'#dfdfdf';
  97.         width:'80%';
  98.         padding:'6px';
  99.         }
  100.  
  101. code {}
  102.  
  103.  
  104. table
  105.         { font-size: 100%;
  106.         margin-top: .75em; 
  107.         margin-bottom: .75em; 
  108.         padding: 2pt; }
  109.         
  110. th
  111.         { text-align: left;
  112.         background: #dddddd;
  113.         vertical-align: bottom;    }
  114.         
  115. tr
  116.         { vertical-align: top; }
  117.  
  118. td
  119.         { background: #EEEEEE;
  120.         vertical-align: top; }
  121.  
  122.  
  123. /*                       */
  124. /* extended class styles */
  125. /*                       */
  126.  
  127. /* Table attributes used with Phonemes  added 5-23-00 RWS */
  128.  
  129. th.th_dk{background-color:'gray'; color:'whitesmoke'; padding:'4';}
  130. td.td_lt{background-color:'#fafafa'; padding:'4';}
  131. td.td_dk{background-color:'#e8e8e8'; padding:'4';}
  132.  
  133. /* Table attributes used with Object and Interface mappings added 9-11-00 RWS */
  134. td.td_obj
  135.     {
  136.     padding:'10';
  137.     border:'solid 1 black';
  138.     background-color:'#efefef';
  139.     }
  140. td.td_Spacer
  141.     {
  142.     background-color:'#ffffff';
  143.     width:'100';
  144.     }
  145. td.td_Link_norm
  146.     {
  147.     background-color:'#ffffff';
  148.     background-image:url('art/open_link.gif'); width:'70'; height:'30';
  149.     background-repeat:'no-repeat';
  150.     }
  151. td.td_Link_end
  152.     {
  153.     background-color:'#ffffff';
  154.     background-image:url('art/open_link_end.gif'); width:'70'; height:'30';
  155.     background-repeat:'no-repeat';
  156.     }
  157. td.td_Iface
  158.     {
  159.     vertical-align:'middle';
  160.     background-color:'#ffffff';
  161.     padding-left:'5';
  162.     }
  163. .A_NoLine{text-decoration:'none';}
  164.  
  165. /* this class style is used for inline code samples witout background tint and margin attributes. */
  166. span.no_bkg_code
  167.         {
  168.         font-family: Courier New; 
  169.         font-size: 115%;
  170.         }
  171.  
  172. /* this class style is used for inline art, especially Related Topics that use icons */
  173. p.margin
  174.         { margin-left: 2em; 
  175.         margin-top: -1.75em; }
  176.  
  177. /* this class style is used to indent text for alerts; use this instead of the blockquote tag */
  178. p.indent
  179.         { margin-left: 2em; }